GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-12T02:08:48.3271063+00:00",
"SubmitDate": "2026-03-12T02:08:48.3271063+00:00",
"ReportPeriodStart": "2026-03-12T02:08:48.3271063+00:00",
"ReportPeriodEnd": "2026-03-12T02:08:48.3271063+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1ec6f932-d6cd-4dc1-ab03-fd7facceb298",
"Rows": [
{
"ItemId": "d2f7a17f-c459-43cf-b285-2676464b8eea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d2f7a17f-c459-43cf-b285-2676464b8eea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1ec6f932-d6cd-4dc1-ab03-fd7facceb298",
"Rows": [
{
"ItemId": "d2f7a17f-c459-43cf-b285-2676464b8eea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d2f7a17f-c459-43cf-b285-2676464b8eea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3d111e92-92c6-4e50-acf4-2304e2c03170",
"3c25b326-0a98-4e19-af26-f1530d30e79a"
],
"Approvers": [
"d01ef97c-6b9a-4c7d-8c95-45706495e5fb",
"cdf77305-4b60-4fb5-a012-0e6885d94827"
],
"ApprovedBy": "5bec3037-14d9-49b8-95d3-a39fb70e056c",
"ApprovalDate": "2026-03-12T02:08:48.3271063+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "45f8566e-7e7b-4861-ba86-8ee126548abb",
"id": "81c71670-996c-4663-a99f-7e9246541903",
"ConfigId": "f9f14a60-7825-42cc-aae0-bd3dad9d4287"
},
{
"GenerationDate": "2026-03-12T02:08:48.3271063+00:00",
"SubmitDate": "2026-03-12T02:08:48.3271063+00:00",
"ReportPeriodStart": "2026-03-12T02:08:48.3271063+00:00",
"ReportPeriodEnd": "2026-03-12T02:08:48.3271063+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1ec6f932-d6cd-4dc1-ab03-fd7facceb298",
"Rows": [
{
"ItemId": "d2f7a17f-c459-43cf-b285-2676464b8eea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d2f7a17f-c459-43cf-b285-2676464b8eea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1ec6f932-d6cd-4dc1-ab03-fd7facceb298",
"Rows": [
{
"ItemId": "d2f7a17f-c459-43cf-b285-2676464b8eea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d2f7a17f-c459-43cf-b285-2676464b8eea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3d111e92-92c6-4e50-acf4-2304e2c03170",
"3c25b326-0a98-4e19-af26-f1530d30e79a"
],
"Approvers": [
"d01ef97c-6b9a-4c7d-8c95-45706495e5fb",
"cdf77305-4b60-4fb5-a012-0e6885d94827"
],
"ApprovedBy": "5bec3037-14d9-49b8-95d3-a39fb70e056c",
"ApprovalDate": "2026-03-12T02:08:48.3271063+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "45f8566e-7e7b-4861-ba86-8ee126548abb",
"id": "81c71670-996c-4663-a99f-7e9246541903",
"ConfigId": "f9f14a60-7825-42cc-aae0-bd3dad9d4287"
}
]